SftTree/NET 2.0

VisibleItems Property, SftTree Class

Softel vdm, Inc.

Returns the total number of visible items in the control, on all levels.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property VisibleItems As Integer

C#   

public int VisibleItems { get; }

C++   

public: property int VisibleItems {
        int get();
}

Property Value

The number of visible items.

Comments

The VisibleItems property returns the total number of visible items in the control, on all levels.

Items are considered visible if their parent items are expanded. They are not necessarily displayed in the control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com